home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1996 June / MACPOWER-1996-06.ISO.7z / MACPOWER-1996-06.ISO / AMUG / UTILITY_40 / DeAL! 1.3 FAT / Read me! 1.3 < prev   
Text File  |  1996-01-15  |  7KB  |  172 lines

  1. DeAL!
  2. Disk'em all!
  3. Drag and Drop utility to combine files and folders to floppy-disks.
  4.  
  5. The story so far ...
  6. After starting downloading files from the Internet,
  7. I had a lot of files on my small HD and soon ran out of disk-space.
  8. So I put the unused archives on floppy-disks.
  9. Hundreds of files later, I got tired of manually fit them on diskettes.
  10. So the idea of this little application came up.
  11.  
  12. How does it work?
  13. When you drop a number of files and or folders on DeAL!, they are combined
  14. to folders of the selectable size of a disk . The folders are created
  15. in the same directory as the files dropped on DeAL!. If a file is too big to fit on
  16. a disk, it is moved in a folder called "too big!".
  17. The number of files processed is currently limited to 1000 (one thousand).
  18. (Have you ever selected more than a thousand files in the finder?)
  19. Don't worry about dropping more than a thousand files on DeAL!,
  20. the rest above will not be processed and stays where it came from.
  21.  
  22. How to use
  23. Just drop some files or folders on DeAL!.
  24. If you option-drag files on DeAL!, a dialog will come up.
  25.  
  26.  ハ
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. In the dialog you can select the disksize (1440k, 800k, Other ..., Get from Disk)
  37. When you select 'Other', a new dialog comes up in which you can enter a byte size.
  38. When you select 'Get from Disk', the sizes will be taken from a disk that you select.
  39. When you check 'Walk folders', every folder is processed recursively for files
  40. instead of being moved at a whole.
  41.  
  42. File-menu
  43.  
  44. DeAL! Folder
  45. Here you can select a folder to be DeALt.
  46. Don't forget to check 'Walk folders' in the Options-dialog.
  47.  
  48. Preferences
  49. When you start DeAL! by double-clicking, you can select Preferences under the
  50. File-menu. The size entered in the Preferences will be read in everytime you
  51. use DeAL!.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. When you hit the 'Get'-button, the sizes will be taken from a disk that you select.
  64.  
  65. Disclaimer
  66. This is a quick and dirty hack, this is also my first C program ever.
  67. Don't worry about your files. (Never listen to someone who tells you Don't worry)
  68. They are just moved in another folder. So there should be no data loss at all.
  69.  
  70. Use at your own risk!
  71. This is Freeware!
  72. I take no responsibility for any damage caused by this application.
  73.  
  74. Credits
  75. DeAL! is based on DropShell.
  76. So thanks go out to Leonard Rosenthol, Marshall Clow and Stephan Somogyi.
  77. Also thanks to the people who gave me feedback on DeAL.
  78. Special thanks to FDj for giving programming help.
  79.  
  80. Version history
  81. 1.3    PREFERENCES FORMAT HAS CHANGED!
  82.         So please trash your DeAL! preferences or save it again,
  83.         else DeAL! may crash.
  84.        Now the Blocksize is selectable from 512 to 20480 bytes
  85.        Now the disk- and blocksize can be read from a disk that
  86.         you select, so that it not has to be entered by hand.
  87.         Note: If you read the disk- and blocksize from a disk
  88.               and select 'Other' to display it, blocksizes over
  89.               20480 are not shown in the pop-up (only 20480 will
  90.               be shown), but it will be handled correctly internally,
  91.               as long as you don't change the pop-up.
  92.        Now there's a DeAL! Folder Option under the File menu
  93.        Now DeAL! is faster
  94.  
  95. 1.2    Now Preferences are used.
  96.        Now DeAL! has a progress indicator.
  97.        Now the size-select dialog only comes up with option-drag.
  98.  
  99. 1.1.1  Now the Blocksize is selectable from 512 to 10240 bytes
  100.         But only for the custom size. The blocksize of the predefined
  101.         disksizes is 512 bytes.
  102.         I hope you know the blocksize of your disks.
  103.         If you really need a larger blocksize, add it yourself:
  104.          Take ResEdit or a similar utility.
  105.          Edit MENU-resource 131, add a new menu item.
  106.          Remember that you need to do that in steps.
  107.          If you want to add a 11264 size, you have to add
  108.          a 10752 and a 11264 item (in that order).
  109.        Now copy&paste is supported for entering the custom size.
  110.  
  111.        When entering the custom size be beware of selecting no size
  112.        >2147483647. If you enter a greater size you may get a incorrect
  113.        size. You can check that by selecting 'Other ...' again.
  114.  
  115. 1.1    Now you can select different sizes in the startup-dialog.
  116.         (1440k=1448448 bytes, 800k=803328 bytes, Other...)
  117.         The predefined sizes are the number of free bytes on a newly
  118.         formatted disk.
  119.        Now you no longer encounter these 'additional needed' errors.
  120.         DeAL! now takes the block allocation in account while
  121.         calculating the sizes. The block-size is 512 bytes.
  122.         DeAL! will not function properly on disks that have a greater
  123.         block-size.
  124.         Beware: You could encounter 'Disk full' errors during copying a DeALt         
  125.                 folder to a disk, due to the catalog-trees on HFS-disks.
  126.                 I had these errors only on 800k disks with many files.
  127.                 This happens because the OS sometimes needs to create
  128.                 an additional catalog-tree on the disk, which takes
  129.                 about 6k on 800k disks. 
  130.                 1440k disks have a larger initial tree-size, so it should
  131.                 not happen there.
  132.                 I will take a look at this when I have nothing else to do.
  133.                 My current thought on this is, that I just will lower the
  134.                 predefined 800k size.
  135.        Now you can 'Walk folders'.
  136.         The folders are processed recursively.
  137.         Notice: Empty folders are not deleted
  138.                 you must trash the empty folders by hand.
  139.  
  140. 1.0.3  Changed the disksize back to 1440000 bytes.
  141.         Some people had trouble with the new disksize, so I changed it
  142.         back to the old value.
  143.  
  144. 1.0.2  Changed the behaviour of DeAL!
  145.         It no longer put files in already existing folders, so that
  146.         you no longer get folders > 1.4MB. Instead it will fill up the
  147.         existing ones and continues with subsequent new ones.
  148.        Changed the disksize to 1447000 bytes.
  149.  
  150. 1.0.1  Now you can drop folders on DeAL!
  151.        The Icon has also been updated to reflect the new feature.
  152.        (You may have to rebuild your desktop to see the new one)
  153.  
  154. 1.0    This is the first release.
  155.        FAT-binary. I have no PPC, so the PPC-code is not tested.
  156.        Feel free to give me a PPC.
  157.  
  158.  
  159.  
  160.  
  161. This is Freeware! There are no fees for using this software.
  162. But if you are a shareware author, feel free to give me a registration of your product
  163. or to write a better version of this application.
  164.  
  165. Send comments, suggestions, bug-reports etc. to
  166. tessar00@marvin.informatik.uni-dortmund.de
  167.  
  168.  
  169. DeAL!
  170. Disk'em ALL!
  171. ゥ 1995 by Martin Tessarek